home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / business / vend31sw.zip / WHATS.NEW < prev    next >
Text File  |  1996-08-21  |  17KB  |  435 lines

  1.     What's new, what has been changed, what bugs have been fixed:
  2.     -------------------------------------------------------------
  3.  
  4.     Version 3.10
  5.  
  6.     High ASCII code for the British pound symbol £ can be inserted
  7.     in a product description by using <156>.  In other words, if
  8.     you wanted to write: "This product normally sells for £9 but
  9.     this month..." you should instead enter the text as follows:
  10.     "This product normally sells for <156>9 but this month..."
  11.  
  12.     Version 3.10 (Shareware)
  13.  
  14.     The shareware distributor's version of The Disk Vendor now
  15.     allows you to enter odd-ball prices for odd-ball products.
  16.     Normally you only have freedom to enter 4 different prices,
  17.     reflecting 360k, 720k, 1.2M and 1.4M disk sizes.  However,
  18.     what if you wanted to sell a CDROM?  Or if you wanted to sell
  19.     hard drives?  In the past the solution was to buy the General
  20.     Business version in addition to the Shareware version.  Not
  21.     any longer!  To add, for example, a CDROM for sale, follow
  22.     this format:
  23.  
  24.     #CD412
  25.     So Much Shareware ~14.95
  26.     A huge collection of shareware covering 200 topics...
  27.  
  28.     On the product title line, simply insert a ~ tilde character
  29.     followed by the price (don't forget the decimal point as in
  30.     dollars...decimal point...then cents).  That's it.
  31.  
  32.  
  33.     Version 3.05
  34.  
  35.     Rather than maintaining dozens of .CAT files, you now can
  36.     maintain just one single ALLFILES.CAT text file containing
  37.     all your product items and categories.  To implement this
  38.     feature, you must decide merge all your .CAT files together
  39.     into one file.  Name that one file "ALLFILES.CAT", then
  40.     use the following token: [BREAK]  to separate each category
  41.     of products within this ALLFILES.CAT file.  The compiler will
  42.     pause, and create a new category each time it finds the
  43.     [BREAK] token left justified in the ALLFILES.CAT file.  You
  44.     still are obligated to use the proper sequence of:
  45.  
  46.     Category heading
  47.     #Part number
  48.     Title and price
  49.     Description
  50.     Description
  51.     #Part number
  52.     Title and price
  53.     Description
  54.     Description
  55.     [BREAK]--------------------------------------------------
  56.     Category heading
  57.     #Part number
  58.     etc....
  59.  
  60.     Do NOT place the keyword [BREAK] at the very beginning, nor at
  61.     the very end of the ALLFILES.CAT file.  Only place a [BREAK]
  62.     token BETWEEN each category of products.  Also, make sure
  63.     that you delete/remove all former .CAT files AFTER you merge
  64.     them into the single ALLFILES.CAT file.  The compiler will
  65.     duplicate your products otherwise, for the compiler will still
  66.     read all .CAT files in your working directory.  Therefore make
  67.     sure that you prevent duplicates by deleting all .CAT files
  68.     except the ALLFILES.CAT file.
  69.  
  70.     After the [BREAK], you are free to add hyphens or whatever
  71.     to create an easier to see divider between categories.  This
  72.     is totally optional.  The hyphens are NOT necessary, but the
  73.     left justified [BREAK] token IS necessary in an ALLFILES.CAT
  74.     file.
  75.  
  76.     If you wish to continue maintaining dozens of individual .CAT
  77.     files, you may do so.  The ALLFILES.CAT is an OPTION.  It is
  78.     not mandatory.  Choose the method which works for you.
  79.  
  80.     Fixed a bug in the SW version which prevented any item
  81.     from having the sequences "360" and "720" anywhere in the
  82.     disk/catalog number.  For instance "D-1360" would be
  83.     displayed as "D-1", where the "360" would be lost.  This
  84.     bug has been corrected.  This bug never affected the GB
  85.     versions.
  86.  
  87.     Fixed a bug that failed to display a product desciption in its
  88.     entirety if the description consisted of between 14 and 19
  89.     lines of text.
  90.  
  91.     Version 3.04
  92.  
  93.     If a customer tried to remove a previous selected item,
  94.     an error 9 would often occur.  This bug was introduced in
  95.     version 3.03 and has now been fixed.
  96.  
  97.     Added the option to prompt for an Email address in the
  98.     order form.
  99.  
  100.     Added the option to withhold the picklist/input field that
  101.     prompted the user to specify the quantity of items they
  102.     wanted to order.  This option was necessary for those
  103.     vendors who were selling one of a kind, rare merchandise.
  104.     For example, if you were selling the original Mona Lisa,
  105.     or the Brooklyn Bridge, you surely would not want the
  106.     customer to be able to select "2" for a quantity amount.
  107.  
  108.     The vendor can have the catalog calculate the shipping
  109.     charges automatically by creating a SHIPPING.TOT file.
  110.     This file is a comma-delimited ASCII file, and must
  111.     contain no more than five lines of text in the following
  112.     format:
  113.  
  114.         0,50,5.00
  115.         50.01,75,8.50
  116.         75.01,100,10.00
  117.         100.01,200,12.50
  118.         200.01,99999,0
  119.  
  120.     These values above are interpreted by the catalog in
  121.     the following manner.  Orders with a subtotal of less
  122.     than $50.00 will cause the catalog to automatically add
  123.     $5.00 shipping to the order.  Orders with a subtotal of
  124.     more than (or equal to) $50.01 but less than $75.00 will
  125.     cause the catalog to automatically add $8.50 to the order.
  126.     Each line must contain 3 values: a minimum subtotal, a
  127.     maximum subtotal, and the cost of shipping for orders that
  128.     subtotal between those minimum/maximum values.  You can
  129.     define up to 5 different shipping ranges in this
  130.     SHIPPING.TOT file.  Do NOT include the currency symbol.
  131.     Each value must be separated by a single comma.  Two
  132.     commas per line therefore must exist.
  133.  
  134.  
  135.     Version 3.03
  136.  
  137.     The CATALOG.EXE would fail to find the .DAT file if the
  138.     user was not currently logged to the drive where the files
  139.     resided.  This problem has been fixed.
  140.  
  141.     The graphic images would fail to be found by CATALOG.EXE if
  142.     the user ran A:CATALOG.EXE from the C:> prompt.  This bug
  143.     has been fixed.
  144.  
  145.     Australian, Canadian and U.K. compiled CATALOG.DAT files now
  146.     have the correct variant spelling of "cheque" instead of
  147.     the American "check".
  148.  
  149.     Added horizontal menu keys in warning and message boxes
  150.     replacing "Y/N" and vertical menu prompts.
  151.  
  152.  
  153.     Version 3.02
  154.  
  155.     Resolved a memory problem that occured when loading large
  156.     text files (greater than 100k) in the CATALOG.EXE and
  157.     later trying to display a closing GOODBYE.EXE image.  The
  158.     memory was not being released, and often the GOODBYE image
  159.     would fail to display due to a shortage of memory.
  160.  
  161.  
  162.     Version 3.01
  163.  
  164.     Fixed a bug that did not allow for shipping rates less than
  165.     $1.00 in the SHIPPING.TXT file.
  166.  
  167.     A new option has been added in the compiler that allows the
  168.     customer to redirect their order form from a printer to an
  169.     ASCII text file.
  170.  
  171.     The custom color configuration option has been enhanced and
  172.     fixed (see version 2.03).
  173.  
  174.  
  175.     Version 3.0 (General Business)
  176.  
  177.     Added graphic support.  Displays graphic images saved to
  178.     self-executing .EXEs, and then renamed to use one of the
  179.     three graphic file extensions: .4CE, .OPT or .CHO  (see
  180.     documentation for details on how to use).
  181.  
  182.     Fixed a bug related to sub-totals over $9999.99 rounding
  183.     off and losing a .01 or two.  You can now have an order
  184.     totaling over $1,000,000 without worring about being
  185.     cheated out of a few cents!  I doubt anyone would have
  186.     ever discovered this bug, and if they did, I guess they
  187.     would not have been too upset over losing a penny on a
  188.     $10,000 sale.  <g>
  189.  
  190.  
  191.     Version 2.22 (General Business)
  192.  
  193.     Catalog item descriptions can now be more than 18 lines in
  194.     length - no more limited to size of viewport.
  195.  
  196.  
  197.         Version 2.21 (GB)
  198.  
  199.         Previous versions only supported item prices up to $9,999.99.
  200.         We have now increased the maximum item price to $999,999.99
  201.         for those of you who are selling houses or other high-dollar
  202.         items.
  203.  
  204.  
  205.         Version 2.21 (SW & GB)
  206.  
  207.         When a customer now attempts to remove an already selected
  208.         item from their current order, an "Are you sure" dialog box
  209.         will be displayed, prompting them to confirm their deletion.
  210.  
  211.  
  212.     Version 2.2 (SW & GB)
  213.  
  214.     You can now specify a different .DAT file name to be used
  215.     with the catalog module.  In the past, CATALOG.DAT was always
  216.     used, and should CATALOG.DAT be missing, an error message
  217.     would be displayed.  Since some folks would like to maintain
  218.     separate catalogs, for instance a catalog for Avon products,
  219.     and another catalog for Amway products, this made things
  220.     difficult since each catalog would end up with the file name
  221.     CATALOG.DAT.  New with this version 2.2 is the ability to
  222.     manually rename your CATALOG.DAT file to whatever you wish,
  223.     and then pass that new .DAT file name to the catalog module
  224.     through a batch file or command line parameter.  For example,
  225.     once you have compiled your Avon product .CAT files into a
  226.     CATALOG.DAT file, go to DOS and rename CATALOG.DAT to
  227.     AVON.DAT.  Then you can compile a new catalog .DAT file
  228.     using your Amway product files.  Once this CATALOG.DAT file
  229.     is created, rename it to AMWAY.DAT.  With me so far?  OK,
  230.     then to use the catalog module CATALOG.EXE with both .DAT
  231.     files, you can set up a batch file for each catalog.  For
  232.     your Avon products, you can create an AVON.BAT file that
  233.     simply contains the words --> CATALOG AVON     For your
  234.     Amway catalog, create another batch file, for instance
  235.     AMWAY.BAT, and place the words --> CATALOG AMWAY    in it.
  236.     This way you can keep just one copy of the catalog module
  237.     on your distribution floppy disk, and still be able to
  238.     present two (or three, or more) different .DAT files to your
  239.     customers.
  240.  
  241.         Modification to how vendor can setup his SHIPPING.TXT
  242.         file...  If you leave a shipping method withOUT a price
  243.         and withOUT an equal symbol (=), then there will be no
  244.         shipping charges computed on your customer's order.  This
  245.         feature has been added for those vendors who wish to
  246.         determine the shipping cost after they have received an
  247.         order from the customer (due to weight considerations).
  248.  
  249.         When a selected item is removed from the "Review order"
  250.         listing, a short reminder message is displayed, stating,
  251.         "Avon Beauty Cream removed from order!"
  252.  
  253.         The catalog run-time module (CATALOG.EXE) will now auto-
  254.         detect the disk and drive where the program was started
  255.         from and seek the .DAT file from the same path.  In other
  256.         words, if your CATALOG.EXE & .DAT files are on drive A:
  257.         but your customer starts the catalog from the C:> prompt
  258.         with C:>A:CATALOG, the catalog program will also open
  259.         the .DAT file on drive A:, since that is where the
  260.         program resides.  Earlier versions would have looked for
  261.         the .DAT file on the current drive/directory (C: in the
  262.         example above).
  263.  
  264.  
  265.     Version 2.2 (General Business)
  266.  
  267.     An additional discount can be applied to the customer's
  268.     order based upon their subtotal of all items ordered.
  269.  
  270.  
  271.         Version 2.2 (Shareware)
  272.  
  273.         Some foreign countries have large numbers associated with
  274.         the cost of their disks.  For example, in Italy, a 360K
  275.         disk may sell for 1400 lira.  Provision has now been made to
  276.         accomodate the large numbers, where this was not available
  277.         before.
  278.  
  279.  
  280.     Version 2.13 (SW & GB)
  281.  
  282.     Due to the International response, the program now supports
  283.     currency symbols/characters greater than one.  No longer are
  284.     you limited to $ and £, but three character currency units
  285.     can be used (e.g. Lra, DM...for Lira and Deutsche Marks).
  286.  
  287.  
  288.     Version 2.12 (SW & GB)
  289.  
  290.     Australians do not use Discover credit cards, but rather a card
  291.     called "Bankcard".  I have made this card available when the
  292.     Country format is set to Australia.
  293.  
  294.  
  295.     Version 2.11 (Shareware)
  296.  
  297.     Fixed a bug that placed a price next to a "note file" when the
  298.     catalog is printed.
  299.  
  300.  
  301.     Version 2.11 (SW & GB)
  302.  
  303.     Provided the option to have free shipping by simply indicating
  304.     the cost "=0.00" in the SHIPPING.TXT file next to the corresponding
  305.     free shipping method.  Previous versions would not accept a
  306.     value of "0.00" causing the compiler to abort.  Should the
  307.     SHIPPING.TXT be missing altogether, shipping will be free and
  308.     no prompt menu will ever appear for the customer to choose from.
  309.  
  310.     The word "Check" will automatically be spelled "Cheque" if the
  311.     address format is specified as "United Kingdom" from within the
  312.     compiler.
  313.  
  314.  
  315.     Version 2.1 (SW & GB)
  316.  
  317.     From the CATALOG.EXE, a customer's ordered items are now sorted
  318.     for easier reading whenever an order form is printed, and when
  319.     the customer reviews their order on the screen.
  320.  
  321.     Version 2.1 (Shareware)
  322.  
  323.     The total number of disks that the customer has selected is
  324.     now displayed at the bottom of the description window so that
  325.     the customer can keep track of his order easier.  This is useful
  326.     as an incentive if you tell your customer in advance that a
  327.     quantity discount will "kick in" after a certain number of disks
  328.     have been purchased.
  329.  
  330.     The ability to filter in and out certain disk size formats with
  331.     the use of the key words "360", "720", "1_2", "1_4" has been added.
  332.     These key word "flags" are placed on the title description line
  333.     inside your *.CAT files and override the selection you have made
  334.     from the compiler in respect to the disk sizes that you offer.
  335.     Example, let's say that you normally sell low density disks to
  336.     your customers, but in the case of a huge disk set (e.g. The
  337.     Online Bible) you wish to only offer this title in high-density
  338.     formats.  By using the "1_2" and "1_4" key words, the 360K and
  339.     720K selections will be disabled when your customers attempt to
  340.     order this title.  The only drawback to this use of key words
  341.     is that you must then specify explicitly in each program title
  342.     the normal sizes available such as "360" and "720".  This means
  343.     more typing and eventually a larger final CATALOG.DAT file.
  344.     Key words (if used) are not displayed to the customer.  Like the
  345.     multi-disk flags ("*"), key word flags are hidden from the
  346.     customer's view.
  347.  
  348.     F7 function key has been added that will display the customer's
  349.     computer system information (DOS version, video card, RAM, etc.)
  350.  
  351.     A warning message to the user that their order has not been saved
  352.     to disk prior to exiting the program...has been added.
  353.  
  354.  
  355.     Version 2.04 (Shareware)
  356.  
  357.     The billing method would occasionally display "Bill to my
  358.     account" even though this was not a selection available in
  359.     the compiler.  This bug has been fixed.
  360.  
  361.     If a shareware vendor distributes only one size disk format,
  362.     the confirmation/disk format menu that lists the disk format
  363.     sizes has been replaced with a "Thank you" message.  Since there
  364.     was no reason to have the customer confirm a selection box
  365.     containing only 1 choice, it was therefore replaced.
  366.  
  367.  
  368.     Version 2.04 (SW & GB)
  369.  
  370.     When displaying ASCII ".TXT" files from CATALOG.EXE, the user is
  371.     now prompted to "Press any key" from the "Wait" screen.  Previously,
  372.     as soon as the text file was read into memory, it was displayed.
  373.     Some users complained that this occurred too quickly and kept them
  374.     from finishing reading the "WAIT.TXT" file that displays during this
  375.     process.
  376.  
  377.  
  378.     Version 2.03 (SW & GB)
  379.  
  380.     Added COMPILE.EXE command line parameter COLORS that will
  381.     allow access to color configuration prompts.
  382.  
  383.     Added ability to customize customer order form address
  384.     prompts to correspond to USA, Australia, Canada and UK formats.
  385.  
  386.     Fixed F1 search function with CATALOG where beginning search
  387.     category would sometimes be incorrect.
  388.  
  389.  
  390.     Version 2.02 (SW & GB)
  391.  
  392.     Changed maximum number of categories from 256 to 512
  393.  
  394.     Changed maximum number of items per category from 256 to 512
  395.  
  396.  
  397.     Version 2.02 (Shareware)
  398.  
  399.     A funny bug would occur when the customer selects a disk
  400.     title was selected that would terminate the CATALOG.EXE
  401.     It only occurred when the fifth line of a description
  402.     field contained a numeral "1".  Yes, I know this is odd
  403.     sounding, but that's what caused the error.  (You would have
  404.     to see the "code" to understand why this happened.)  It has
  405.     now been fixed.
  406.  
  407.  
  408.     Version 2.01 (SW & GB)
  409.  
  410.     Added a (Y/N) confirmation menu before quitting the program
  411.     to prevent one too many [ESC]'s from quitting the program
  412.     before the user really intended to quit.
  413.  
  414.     CATALOG.EXE will now load a VGA 640 x 480 16 color self-
  415.     executable graphic image if HELLO.EXE and/or GOODBYE.EXE
  416.     exists.
  417.  
  418.  
  419.     Version 2.00 (SW & GB)
  420.  
  421.     The user now has the ability to select the quick list or
  422.     the single item full screen description as the primary
  423.     interface through the compiler.
  424.  
  425.  
  426.     Version 1.10 (SW & General Business)
  427.  
  428.     First large scale release to BBS and shareware vendors.
  429.  
  430.  
  431.     Version 1.00 (Shareware)
  432.  
  433.     Original release uploaded solely to ASP Forum on Compuserve
  434.  
  435.